-
Notifications
You must be signed in to change notification settings - Fork 76
Fix local dev node #1226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix local dev node #1226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the local development node documentation by removing an outdated warning banner and a specific git checkout command. The changes primarily affect the smart contracts local dev node guide and include regenerated AI-generated documentation files.
- Removed the PolkaVM preview warning banner
- Removed the git checkout command that pinned to a specific commit
- Cleaned up formatting by removing an extra blank line
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| smart-contracts/dev-environments/local-dev-node.md | Removed PolkaVM warning banner, removed git checkout command, and cleaned up formatting |
| llms.txt, llms-full.jsonl | Regenerated AI documentation files reflecting the documentation changes |
| .ai/pages/smart-contracts-dev-environments-local-dev-node.md | Updated AI-generated page content |
| .ai/pages/reference.md | Added new Technical Reference Overview content (appears to be separate enhancement) |
| .ai/site-index.json | Updated metadata for the reference page |
| .ai/categories/*.md | Regenerated category files with updated reference page content |
Comments suppressed due to low confidence (1)
smart-contracts/dev-environments/local-dev-node.md:26
- The links in this paragraph still reference
{{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}, which points to a specific commit hash (8e2b6f742a38bb13688e12abacded0aab2dbbb23). This creates an inconsistency: the links point to a specific commit, but the instructions below don't check out that commit. Either update these links to point tomasterormainbranch, or restore the git checkout command to match the linked commit.
The Polkadot SDK repository contains both the [Revive Dev node](https://github.com/paritytech/polkadot-sdk/tree/{{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}/substrate/frame/revive/dev-node){target=\_blank} implementation and the [ETH-RPC adapter](https://github.com/paritytech/polkadot-sdk/tree/{{dependencies.repositories.polkadot_sdk_contracts_node.commit_dev_node}}/substrate/frame/revive/rpc){target=\_blank} required for Ethereum compatibility. Start by cloning the repository and navigating to the project directory:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@brunopgalvao if this looks good, pls merge. Thanks! |
* Remove outdated warning reference from local development node documentation * fix: llms * fix: llms --------- Co-authored-by: Erin Shaben <eshaben@icloud.com>
* add benchmark your pallet * cleanup and grammarly * fresh llms * apply copilot feedback * update snippet title * Apply suggestions from code review Co-authored-by: Erin Shaben <eshaben@icloud.com> * apply feedback from review * Add Hardhat Get Started (new IA) (#1196) * add harthdat get started * fix: llms * fix and formating * fix --------- Co-authored-by: 0xlukem <lucas.malizia27@gmail.com> * Fix local dev node (#1226) * Remove outdated warning reference from local development node documentation * fix: llms * fix: llms --------- Co-authored-by: Erin Shaben <eshaben@icloud.com> * Add Remix IDE (new IA) (#1174) * fix: get started ready * fix: remix deploy * Update troubleshooting guide for Remix IDE and comment out 'Verify a Contract' section in navigation * fix: images and names * fix: remove verify contract file * fix: llms * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: prerequisite * fix: llms * Grammarly things and reformat to FAQ style dropdowns for troubleshooting page * applies review feedback * Clean up formatting of titles and bullets * fix: feedback * fix: llms * fix: gifs lists wording * fix: llms * Remove outdated troubleshooting and verification guides for Remix IDE on Polkadot Hub. * fix errant merge conflict syntax, description length * applies review feedback * grammarly pass * minor fix and llms --------- Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: DAWN KELLY <dawnkelly09@gmail.com> Co-authored-by: Erin Shaben <eshaben@icloud.com> * Hide pages for MVP (#1251) * hide content for mvp launch * update llms config to skip chain interactions and reference sections * llms * FIX - wallets polkavm disclaimer removed (#1252) * fix: removing polkavm disclaimer * fix: llms * applies review feedback * fresh llms --------- Co-authored-by: DAWN KELLY <dawnkelly09@gmail.com> Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com> Co-authored-by: Erin Shaben <eshaben@icloud.com> Co-authored-by: Nicolás Hussein <80422357+nhussein11@users.noreply.github.com> Co-authored-by: 0xlukem <lucas.malizia27@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Solves #1219
📝 Description
Provide a clear and concise description of your changes.
🔍 Review Preference
Choose one:
🤖 AI-Ready Docs
If content changed, regenerate AI files:
python3 scripts/generate_llms.py✅ Checklist